home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 September / maximum-cd-2000-09.iso / Benchmarks / Quake 3 / q3ademo.exe / Main / pak0.pk3 / botfiles / rnd.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-29  |  63.4 KB  |  2,919 lines

  1. //===========================================================================
  2. //
  3. // name:            rnd.c
  4. // function:        random strings
  5. // programmer:        MrElusive (MrElusive@idsoftware.com)
  6. // Author:            Anonymous, Steve Winter and Paul Jaquays
  7. // editor:            Paul Jaquays, Steve Winter & Seven Swords
  8. // last update:        1999-11-02
  9. // tab size:        4 (real tabs)
  10. // notes:            -
  11. //===========================================================================
  12.  
  13. #include "game.h"
  14.  
  15. //===========================================================================
  16. //        GROUP A RANDOM MESSAGES ,,, orignal Initial Chat messages
  17. //        The messages in this sub-grouping are intended as responses to specific
  18. //        game events.  To avoid possible recursion situations, they should not
  19. //        call each other, but instead, should call plug-in words/phrases from
  20. //        the GROUP B messages.
  21. //===========================================================================
  22.  
  23. DEATH_BFG0 = {
  24.     "BFG-whore!";
  25.     "Use a skill weapon next time.";
  26.     "You want fireworks? I'll give you friggin' fireworks!";
  27. }
  28.  
  29. DEATH_BFG1 = {
  30.     "Awful big gun for a puny wimp.";
  31.     "Loser!";
  32.     "No-skill puke!";
  33. }
  34.  
  35. DEATH_BFG2 = {
  36.     "BFG-camper!!!";
  37.     "~Wuss";
  38.     "~Pansy";
  39. }
  40.  
  41. DEATH_BFG3 = {
  42.     "I think this is ", 0, "'s first kill.";
  43.     "Are you roasting marshmellows over there, Mr. Camper?";
  44.     "Who allowed ", 0," to play with daddy's gun?";
  45. }
  46.  
  47. DEATH_INSULT0 = {
  48.     "That cheap frag is gonna cost you big time, ", 0, "!";
  49.     "No good, yellow-bellied, weasel-faced ^1CAMPER!";
  50.     "I'm keeping track of these cheap shots for later.";
  51.     "Blast! Shot in the back by ", 0, " again!";
  52.     0, ", your Judgement Day is on its way!";
  53.  
  54. }
  55.  
  56. DEATH_INSULT1 = {
  57.     "I nominate ", 0, " for the 'Happy Camper Hall of Fame' award.";
  58.     "I've got no use for snipers, assassins and campers.";
  59.     "Well lookit that ...heh, heh. My safety was on!";
  60.     "You're allowed ~one lucky shot a day, ", 0, ".";
  61.     "Grrrrrr!";
  62. }
  63.  
  64. DEATH_INSULT2 = {
  65.     "~Three strikes and you're outta here, ", fighter, ".";
  66.     "Stinkin', ", fighter, "! What kind of a shot was that?";
  67.     "I didn't enjoy that.";
  68.     "Blast!";
  69.     "I'm taking off the kid gloves now, ", 0, "!";
  70.     "That was your last free shot, ", 0, "!";
  71.     "=P";
  72.     "You better have some tricks you haven't shown me yet, ", 0, ".";
  73. }
  74.  
  75. DEATH_INSULT3 = {
  76.     "Warm-up's over. Say your prayers, ", 0, "!";
  77.     "That's it. It's not your birthday anymore.";
  78.     "Now the match gets serious.";
  79.     "Enjoy that ~one. Your luck is about to run out, ", 0, ".";
  80.     "I give as I get, ", fighter, " ... and more.";
  81. }
  82. DEATH_INSULT4 = {
  83.     "A fluke. Had to be. Won't happen again.";
  84.     "You just try that again, ", 0, ".";
  85.     "Accidents happen.";
  86.     "I'm not impressed, ", 0, ".";
  87.     "I got ~one just like that for you, ", 0, ".";
  88. }
  89.  
  90. DEATH_INSULT5 = {
  91.     "Full on LUCK!";
  92.     "Hah! That only makes me stronger, ", 0, "!";
  93.     "You won't get to keep that point for long.";
  94.     "You must be hurting after that, ", 0, "!";
  95.     "They're gonna be picking up pieces of you in the next county.";
  96.     "Ready or not, here I come back at ya, ", 0, ".";
  97.     "I'm learning your tricks, ", 0, ".";
  98.     "Be afraid, ", 0, ". Be very afraid.";
  99. }
  100.  
  101. DEATH_INSULT6 = {
  102.     "Wow, ", 0, ", did your gun misfire or something?";
  103.     "My dog is named for you, ", 0, ". 'Frag Head' has a nice ring to it.";
  104.     "So when did ", 0, " stop cowering and start shooting?";
  105.     "Okay, ", 0, ", I have your punk-ass figured.";
  106. }
  107.  
  108. DEATH_FEM_INSULT = {
  109.     0,", you are gonna be so dead now.";
  110.     "Drat! There goes ~three hours at the salon down the drain.";
  111.     "I'm sorry. I forgot to mention that I hold grudges.";
  112.     "That's it, ", 0, ". We are just so over now.";
  113.     "Are you wearing your rabbit's foot AND your lucky underwear, ", 0, "?";
  114. }
  115.  
  116. DEATH_FEM_INSULT1 = {
  117.     "Mmmmmm, you get a lot of mileage out of your tiny gun.";
  118.     "GREAT! Now my boobs need another implant.";
  119.     "I don't do the dance with losers like you, ", 0, ".";
  120.     "HA! You can't really kill me, ", 0,". Not permanently.";
  121. }
  122.  
  123. DEATH_FEM_INSULT2 = {
  124.     "Amazing what ", 0, " will do to impress a girl";
  125.     "Why must we always let the geek squad play?";
  126.     "Let me guess, first time for you ", 0, "?";
  127.     "So is that IT?";
  128. }
  129.  
  130. DEATH_LAVA0 = {
  131.     "How do they keep this stuff from setting up?";
  132.     "Never a battle suit when you need ~one.";
  133.     "My feet were cold.";
  134. }
  135.  
  136. DEATH_LAVA1 = {
  137.     "That's like Africa hot.";
  138.     "I meant to do that.";
  139.     "Crud.";
  140. }
  141.  
  142. DEATH_LAVA2 = {
  143.     "I hate that burning sensation";
  144.     "Never a ~cigar when you need one";
  145.     "Ouch, ouch, hot ... hot...";
  146. }
  147.  
  148. DEATH_SLIME0 = {
  149.     "What a world ... what a world.";
  150.     "Ow.";
  151.     "Mmmmmmm. Toxic.";
  152. }
  153.  
  154. DEATH_SLIME1 = {
  155.     "Ahh ... lawyer hell!";
  156.     "I think I found ", 0, "'s ancestors.";
  157.     "Who spilled the yogurt?";
  158. }
  159.  
  160. DEATH_DROWN0 = {
  161.     "* Glub *";
  162.     "So, I failed Remedial Swimming 101.";
  163.     "C'mon in! The water's fine!";
  164. }
  165.  
  166. DEATH_DROWN1 = {
  167.     "Next time, women and children first.";
  168.     "Everybody, out of the pool.";
  169.     "I'm sleeping with the fishes now.";
  170. }
  171.  
  172. DEATH_DROWN2 = {
  173.     "I'm just looking for mermaids.";
  174.     "Instant death, just add water.";
  175.     "Now that's a water slide!";
  176. }
  177.  
  178. D_PRAISE = {
  179.     "Yeah, Baby, YEAH!";
  180.     "You win the prize for that ~one.";
  181.     "You go, ", friendname, "!";
  182.     "Rockin' shot, ", 0, ". Just don't do it again.";
  183.     "That ~one almost blew me to ", place, "!";
  184. }
  185.  
  186. D_PRAISE1 = {
  187.     ":)";
  188.     "Nice ~one, ", 0, "!";
  189.     "Figures. Fragged on the day I don't wear clean underwear.";
  190.     "OK ", 0, " let's dance ~one more time!";
  191.     "Let's dance that tune again ... but this time I lead.";
  192. }
  193.  
  194. D_PRAISE2 = {
  195.     "Nice! How you'd do that ", 0, "?";
  196.     "Impressive!";
  197.     "Excellent!!";
  198.     "That rocked ", 0, "!";
  199.     "I never saw that ~one coming ", 0, ".";
  200.     "Nice frag.";
  201. }
  202.  
  203. D_PRAISE3 = {
  204.     "Not gonna let you do that again, ", 0, ". ", negative;
  205.     "Smooo-oooth";
  206.     "Rockin' good shot there.";
  207.     "Nice style!";
  208.     "8-D";
  209.     "Stylin'";
  210. }
  211.  
  212. D_PRAISE4 = {
  213.     "You aren't making this easy for me ", 0, ".";
  214.     "... and the nominee for best shot is ", 0, ".";
  215.     "Very Cool";
  216.     "Was that a hot shot? ", affirmative;
  217.     "Nice shootin' ", friendname, "!";
  218.     "Nice shootin' ", 0, "!";
  219. }
  220.  
  221. D_PRAISE5 = {
  222.     "You had me dead to rights with that ~one ", 0, ".";
  223.     "Magnefique, ", friendname, "!";
  224.     "Some mighty fine shooting there, ", friendname, ".";
  225.     "Send me the instruction book for that move!";
  226. }
  227.  
  228. D_PRAISE6 = {
  229.     "I'd take a bow but I can't find my legs.";
  230.     "Looks like all the legends about ", 0, " are true.";
  231.     "That was bellisimo, baby!"; 
  232.     "They don't come much better than that.";
  233. }
  234.  
  235. LEVEL_END0 = {
  236.     "gg";
  237.     "Quite the challenge.";
  238.     "This will not go unavenged.";
  239.     "Good match ... better if I win.";
  240.     
  241. }
  242.  
  243. LEVEL_END1 = {
  244.     "gg";
  245.     "Bunch of losers.";
  246.     "I'm definitely out of my league here.";
  247.     "Figures. 'Mr. Camper' on top.";
  248.     "Figures. ", 2, " the camper is on the top.";
  249. }
  250.  
  251. LEVEL_END2 = {
  252.     "gg";
  253.     "Definitely fun ... let's do it again sometime.";
  254.     "hehehe";
  255.     "Very challenging.";
  256.     "Whew. Let me catch my breath here.";
  257. }
  258.  
  259. LEVEL_END3 = {
  260.     "gg";
  261.     "That was the biggest waste of time ever.";
  262.     "I really enjoyed that, except for ", 0, ".";
  263.     "Getting out of here while I still can.";
  264.     "There's only winning and losing. Nothing in between.";
  265. }
  266.  
  267. LEVEL_END4 = {
  268.     "gg";
  269.     "This has been truly tragic.";
  270.     "It saddens me to see tactics brought to such a low estate.";
  271.     "I will accept this as yet another learning experience.";
  272. }
  273.  
  274. GOODBYE = {
  275.     "Hasta la vista, ", friendname, "s.";
  276.     "Oops. No time to chat. Gotta run.";
  277.     "I'm so outta here.";
  278.     "Later folks";
  279. }
  280.  
  281. GOODBYE1 = {
  282.     "Exit, stage left.";
  283.     "Beam me up scottie.";
  284.     "I'm outta here.";
  285. }
  286.     
  287. GOODBYE2 = {
  288.     "Goodbye";
  289.     "I gotta wash my hair.";
  290.     "It's been real.";
  291.     "I got an appointment with my ", random_counselor, ".";
  292. }
  293.  
  294. GOODBYE3 = {
  295.     "Sayonara mutha's";
  296.     "Anyone for getting lunch? ", food, " sounds good to me!";
  297.     "This is too much for me."
  298.     "Parting tis sweet sorrow ...";
  299. }
  300.     
  301. GOODBYE4 = {
  302.     "ttfn";
  303.     "C u l8er";
  304.     "Gotta fly.";
  305.     "It's happy hour.";
  306. }
  307.  
  308. GOODBYE5 = {
  309.     "cya";
  310.     "Will you look at the time?!";
  311.     0, " is outta here.";
  312. }
  313.  
  314. GOODBYE6 = {
  315.     "Gotta fly";
  316.     "Miss ya!... Mean it! ... Not!";
  317.     "Fairwell my friends.";
  318.     "May you all die painfully.";
  319. }
  320.  
  321. HELLO = {
  322.     "Run for cover ", fighter, "s! I'm back!";
  323.     "Hi!";
  324.     "Oh look, ", 1, "'s back for another beating.";
  325.     "Hello";
  326. }
  327.  
  328. HELLO1 = {
  329.     "Hey there, ho there, hi there!";
  330.     "I'll bet you missed me.";
  331.     "G'day mates. Time to toss you on the barbie.";
  332.     "Yo! ", 0, " is in the house!";
  333.     "wassup!";
  334. }
  335.  
  336. HELLO2 = {
  337.     "wassup!";
  338.     "Hey there!";
  339.     "I've got a grudge to settle with ", 1, ".";
  340.     "H'lo";
  341.     "I got me some primal urges to work here.";
  342. }
  343.  
  344. HELLO3 = {
  345.     "Howdy!";
  346.     "This is GREAT!! I OWN ", 4, "!";
  347.     "Who's going to be the first to die?";
  348.     "John C said to tell you guys 'hi.'";
  349. }
  350.  
  351. HELLO4 = {
  352.     "Konnichiwa";
  353.     "No challenge here today.";
  354.     "Run in fear, ", 0, " is here!";
  355.     "Hello!";
  356.     "Time to party down!";
  357. }
  358.  
  359. HELLO5 = {
  360.     "Awright!! I OWN this arena!";
  361.     "Crap. Losers in here again!";
  362.     "Yessss! New victims everywhere!";
  363.     "I see ", 1, " just doesn't know when to quit.";
  364.     "I'm back!";
  365. }
  366.  
  367. HELLO6 = {
  368.     "Salutations, ", fighter;
  369.     "I'm taking volunteers for target practice.";
  370.     "It's showtime!";
  371.     "Back for more, eh ", 1, "?";
  372.     "Oh yeah! I'm so ready for this.";
  373. }
  374.  
  375. HELLO7 = {
  376.     "Let's get it ON!";
  377.     "Great! Nothing but easy frags here today.";
  378.     "Hello. This is the voice of death speaking.";
  379.     "Let's do it!";
  380.     "Let's frag the losers and make 'em cry!";
  381.  
  382. }
  383.  
  384. HELLO8 = {
  385.     "Let's get rollin'!";
  386.     "I see ", 1, " has healed from the last beating I gave out.";
  387.     "I'm just thrilled you could make here today, ", 1, ".";
  388.     "It's time for some fireworks.";
  389. }
  390.  
  391. HELLO9 = {
  392.     "Heh. ", 4, " is ~one of my favorite places to be.";
  393.     "Today, I am death incarnate! Fear the name of ", 0, "!";
  394.     "Yo, ", 1, ", I've got a rocket with your name on it!";
  395.     0, " is here. There will be no survivors!";
  396. }
  397.  
  398. HELLO10 = {
  399.     "Hey ", 1, " your mommy said for you to come home right now.";
  400.     0, " rules here. You will respect my authority!";
  401.     "Hey, we're in ", 4, "! I thought we trashed this place last time.";
  402.     4, " again? I'm tired of this arena.";
  403. }
  404.  
  405. HELLO11 = {
  406.     "Yo! I'm back in da House!";
  407.     "WOW! Is the circus in town or something?";
  408.     "So, ", 1, " we meet again.";
  409. }
  410.  
  411. HIT_NOKILL0 = {
  412.     "I was robbed! That should've fragged you ", 0, "!";
  413.     "What? You're supposed to be dead ", 0, "!";
  414.     "You wearing iron underpants there, ", 0, "?";
  415. }
  416.  
  417. HIT_NOKILL1 = {
  418.     "Next time ", 0, " ... you won't be so lucky.";
  419.     "Run for the health little rabbit!";
  420.     "That was just a ranging shot, ", 0, ".";
  421.     "Use that medkit now, or the next shot's for the money!";
  422. }
  423.  
  424. KILL_INSULT0 = {
  425.     "C'mon ", 0, "! Try to give me some challenge here.";
  426.     "Bag 'em, tag 'em and drag 'em!";
  427.     "You'e slowing down, ", 0, ". That was far too easy.";
  428. }
  429.  
  430. KILL_INSULT1 = {
  431.     "Nice skull you had there ", 0, ".";
  432.     0, ", maybe you ought to take up chess.";
  433.     "Do you to practice to be that bad, ", 0, "?";
  434.     "I'm so good I even impress me!";
  435.     "Gotta love this new 'geek-seeking' ammo!";
  436. }
  437.  
  438. KILL_INSULT2 = {
  439.     "You keep this up and I'm gonna run out of insults.";
  440.     "Like shootin' fish in a barrel.";
  441.     "Bah! Too easy!";
  442.     "You can't win a match with your thumb in your mouth, ", 0, "!";
  443.     "You gonna be a threat anytime soon, ", 0, "?";
  444.     "This is too easy.";
  445.     "Like taking candy from a baby.";
  446.     "Are you some kind of pacifist, ", 0, ".";
  447.     "That's what a steady diet of ", food, " will do to you.";
  448. }
  449.  
  450. KILL_INSULT3 = {
  451.     "What is this, some kind of game to you ", 0, "?";
  452.     "There's a lot more of the same where that came from, ", 0, ".";
  453.     "How did you like that ", 0, "?";
  454.     "There oughtta be a law against me.";
  455. }
  456.  
  457. KILL_INSULT4 = {
  458.     "I hope you're not the best there is, ", 0, ".";
  459.     "They got stuff that'll remove those stains.";
  460.     "How about giving me a little challenge here, ", 0, "?";
  461.     "Flat-lined!";
  462. }
  463.  
  464. KILL_INSULT5 = {
  465.     "Too bad there's no medals for 'best target', ", 0, ".";
  466.     "Let's see ... you were 'on the phone', right?";
  467.     "Hey everyone, it's open season on ", 0, ".";
  468.     "Bwahahaha!";
  469. }
  470.  
  471. KILL_INSULT6 = {
  472.     "That's ~one more lesson in humility for you, ", 0, ".";
  473.     "You can call me the steam-roller, because I just flattened you good.";
  474.     0, " is ^1TERMINATED!";
  475.     "Oooo ... such language from ~one so lame.";
  476. }
  477.  
  478. KILL_INSULT7 = {
  479.     "Ka-POW!";
  480.     "Atomic powered loser remover at your service.";
  481.     "Now that ~one must have hurt a little.";
  482. }
  483.  
  484. KILL_INSULT8 = {
  485.     
  486.     "Pathetic. Truly pathetic.";
  487.     "~One unpleasant learning experience, sunny side up!";
  488.     "And I'm still just warming up.";
  489.     "Is anybody taking notes here? That was a classic frag.";
  490. }
  491.  
  492. KILL_INSULT9 = {
  493.     "Somebody wanna clean this mess up?";
  494.     "Why don't you just give up ", 0, "?";
  495.     "I'm filing a protest. I deserve better opponents than this.";
  496.     "I'm far too good to be fighting you.";
  497. }
  498.  
  499. KILL_INSULT10 = {
  500.     "Get down and stay down!";
  501.     "Surrender now while you still can.";
  502.     "Can't you at least make this interesting, ", 0, "?";
  503. }
  504.  
  505. KILL_INSULT11 = {
  506.     "There's no excuse for that kind of sloppy behaviour, ", 0, ".";
  507.     "Mess with the best, ",0, "; die like the rest!";
  508.     "That shot belonged in a museum.";
  509.     "You do a great 'roadkill' impression, ", 0, ".";
  510. }
  511.  
  512. KILL_INSULT12 = {
  513.     "better run ", 0, " ... I'm catching my stride here.";
  514.     "Hey ", 0, " ... ya shoulda zigged when ya zagged there.";
  515.     "Hey nice catch ", 0, "!";
  516. }
  517.  
  518. KILL_INSULT13 = {
  519.     "Thought so. You got nothing to back up the smack talk.";
  520.     "You fought the law and the law won."
  521.     "Just call me 'City Hall.'";
  522.     "Oh, Yesssssss!";
  523.     
  524. }
  525.  
  526. KILL_INSULT14 = {
  527.     "I thought so. You WERE full of hot air ", 0, ".";
  528.     "That should take you down a couple hat sizes ", 0, ".";
  529.     "Thought I should leave you with something to remember me by.";
  530.     "OK. I'll stop being so easy on you.";
  531. }
  532.  
  533. KILL_INSULT15 = {
  534.     "My how the mighty have fallen. And fallen. And fallen.";
  535.     "I think this is your exit, ", 0, ".";
  536.     "Clean up your mess before you go ", 0, ".";
  537.     "Too easy. I think I'll switch to the gauntlet.";
  538. }
  539.  
  540. KILL_INSULT16 = {
  541.     "BINGO!";
  542.     "Left kidney in the side pocket.";
  543.     "Ugh. You leave quite the mess, ", 0, ".";
  544.     "Mind if I keep the skull? I'm making a chess set.";
  545. }
  546.  
  547. KILL_INSULT17 = {
  548.     "I'm collecting ears, but I got way too many of yours ", 0, ".";
  549.     "That was beautiful, like art.";
  550.     "Whack 'em and Stack 'em!";
  551.     "Respect THAT!";
  552. }
  553.  
  554. KILL_INSULT18 = {
  555.     "I'm simply unstoppable.";
  556.     "Don't mind me. I'm just takin' out the trash.";
  557.     "Bang, yer dead!";
  558.     "Hey ", 0, ", you make a great throw rug.";
  559. }
  560.  
  561. KILL_INSULT19 = {
  562.     "Wahooootie!";
  563.     "That shot rocked!";
  564.     "I think it's time you evolved into something more talented, ", 0, ".";
  565.     "M-m-m-Momma!";
  566. }
  567.  
  568. KILL_INSULT20 = {
  569.     "Happy, happy, joy, joy!";
  570.     "We aim to please ... ourselves.";
  571.     "And another species of loser marches into extinction.";
  572. }
  573.  
  574. KILL_INSULT21 = {
  575.     "And another ~one's gone. Another ~one bites the dust.";
  576.     "Here lies, ", 0, ". Another victim of pointless ambition.";
  577.     "Skill first, ", 0, "; victory later.";
  578.     "It's always fun fighting with ", 0, ", 'cause I get to win.";
  579. }
  580.  
  581. KILL_INSULT22 = {
  582.     "Let's hurry this up, I'm running out of good lines.";
  583.     "Say good night, ", 0, ".";
  584.     "Happiness is a warm ", weapon, ".";
  585. }
  586.  
  587. KILL_INSULT23 = {
  588.     "I am so :)";
  589.     "So many ", fighter, "s, not enough ammo.";
  590.     "My mama taught me that move ... just before I fragged her.";
  591.     "I'm gonna keep doing this til you get it right, ", 0, ".";
  592. }
  593.  
  594. KILL_INSULT24 = {
  595.     "Grenade Jump that ", 0, "!";
  596.     "I need more targets.";
  597.     "Are you normally this bad ", 0, "?";
  598.     "Groovy.";
  599.     "You need to spend some more quality time with Crash, ", 0, ".";
  600. }
  601.  
  602. KILL_INSULT25 = {
  603.     "HAH!";
  604.     "Maybe next time I just use my bare hands.";
  605.     "I'm hot and you're not!";
  606.     "I've got my groove back.";
  607.     0, "'s Arena career looks to be a short ~one.";
  608.     "You weren't hoping to win today, were you, ", 0, "?";
  609.     "You were hoping I'd go easy on you, right, ", 0, "?";
  610.     "Well ", 0, ", I see you've met my boomstick.";
  611. }
  612.  
  613. KILL_INSULT26 = {
  614.     "I rock!";
  615.     "You suck!";
  616.     "What was that? You can't even die right!";
  617.     "I give lessons. I think you need 'em.";
  618. }
  619.  
  620. KILL_INSULT27 = {
  621.     "The TimCo Fragamatic! It slices! It dices!";
  622.     "Can I get a doggy bag for that?";
  623.     "Don't point that gun at me ", 0, ", unless you know how to use it.";
  624. }
  625.  
  626. KILL_INSULT28 = {
  627.     "SMACK!!";
  628.     "POW!";
  629.     "You're right. This is all an evil conspiracy.";
  630.     "Bring 'em on, I'm hot today!!";
  631. }
  632.  
  633. KILL_INSULT29 = {
  634.     "Next time, I use live ammo.";
  635.     "Another ~one bites the dust, hey, hey, hey!";
  636.     "And that, settles that.";
  637. }
  638.  
  639. KILL_INSULT30 = {
  640.     "Mmmmmmm. Revenge is soooooo sweet!";
  641.     "You ain't near fast enough, ", friendname, ".";
  642.     "I hate you ", 0, " ... and this time I mean it";
  643. }
  644.  
  645. KILL_INSULT31 = {
  646.     "Man, there isn't enough left of ", 0, " to make gravy.";
  647.     "Isn't it your bedtime ", 0, "?";
  648.     "Hey, ", 0, " does your mommy know you're here?";
  649. }
  650.  
  651. KILL_INSULT32 = {
  652.     "I'm new and improved. Can't you tell?";
  653.     "I don't think I left enough of you to respawn.";
  654.     "Lesson ~number ~one: Shoot anything that moves.";
  655. }
  656.  
  657. KILL_INSULT33 = {
  658.     "~Two more and I win a free vacation!";
  659.     "Mmmmmm. Looks yummy.";
  660.     0, ", you have the right to remain dead.";
  661. }
  662.  
  663. KILL_INSULT34 = {
  664.     "Fine ... just be dead then.";
  665.     "Cooperate and we'll all be done much sooner.";
  666.     "Nice catch, ", 0, "!";
  667.     "Give til it hurts ", friendname, "!";
  668. }
  669.  
  670. KILL_INSULT35 = {
  671.     "What we have here, is a failure to communicate.";
  672.     "Next time, I'll do it blindfolded and backwards.";
  673.     "I'm impressed. That's a lot side meat you had there.";
  674.     "Ooops. You lose again.";
  675. }
  676.  
  677. KILL_INSULT36 = {
  678.     "Ready to be ground into hamburger again ", 0, "?";
  679.     "Hurry up and respawn. I need another cheap frag.";
  680.     "I'm like a hot knife and you're butter.";
  681.     "That was quick.";
  682.     "Premature Termination AGAIN?";
  683. }
  684.  
  685. KILL_INSULT37 = {
  686.     "Aww did I stain your shirt, ", 0, "?";
  687.     "Well, ", 0, ". Think of this as a really fast diet";
  688.     0, " is now a pizza!";
  689.     "One move and ", 0," is dead, ... oopsie!";
  690. }
  691.  
  692. KILL_INSULT38 = {
  693.     "Boom Boom Boom, its time for a broom";
  694.     "A couple of shots and you just fall to pieces ", 0, ".";
  695.     "Hahaha! Stop, ", 0, ", you're killing me. No, wait! I'm killing you!";
  696. }
  697.  
  698. KILL_INSULT39  = {
  699.     "So you're the best, ", 0, ". Hmmmm. What planet were you from again?";
  700.     "You look good on the ceiling ", 0, " ... and on the floor, and the wall ...";
  701. }
  702.  
  703. KILL_EXTREME_INSULT = {
  704.     "Maybe you're just in the wrong line of business.";
  705.     "I'm spittin' on your corpse and dancin' on your grave ", 0, "!"; 
  706.     "Stupid, stupid, stupid.";
  707. }
  708.  
  709. MISC0 = {
  710.     "Anyone seen Bitterman around here?";
  711.     "I hate L33T Sp34K";
  712.     "Aw crap. Not brown AGAIN.";
  713. }
  714.  
  715. MISC1 = {
  716.     "Anyone found the dust puppy yet?";
  717.     "Gimme some action!";
  718.     "No challenge here today!";
  719. }
  720.  
  721. MISC2 = {
  722.     "Wahooooooooo!!!";
  723.     "I ain't afraid of anyone here.";
  724.     "Can we wrap this up soon? I need my beauty sleep.";
  725. }
  726.  
  727. MISC3 = {
  728.     "You are all just so dead!";
  729.     "Go home and play with your dollies, ", 0, " ... or are they too scary?";
  730.     "I've had it for today";
  731. }
  732.  
  733. MISC4 = {
  734.     "Killme. Killme now!";
  735.     "Cowabunga!!";
  736.     "*[snicker]*";
  737.     "Hey ", 1, ". This blood smear looks just like you.";
  738. }
  739.  
  740. MISC5 = {
  741.     "Anybody out there?";
  742.     "I watched your last match, ", 0, ", no threat there.";
  743.     "Somebody got a match? I can't see.";
  744. }
  745.  
  746. MISC6 = {
  747.     "Hey, ", 0, ", I think I hear your mommy calling.";
  748.     "Ow ... I bumped my toe on something. Oh, it was your head.";
  749.     "Warriors, come out and play!!";
  750. }
  751.  
  752. MISC7 = {
  753.     "Phooey. I'm lost again.";
  754.     "Hey. Truce. Let's all team up go after the Arena Masters.";
  755.     "I can smell fear ... and frankly you stink right now.";
  756. }
  757.  
  758. MISC8 = {
  759.     "Where's all the lava? I thought all these arenas had it.";
  760.     "Where oh where has my little dog gone ... ?";
  761.     "Who wants to be a hero?";
  762. }
  763.  
  764. MISC9 = {
  765.     "I am the rocket lord and I'm giving out samples.";
  766.     "Who dies first?";
  767.     "Am I a god? You even have to ask?";
  768.     "I'm surrounded by stinking ", fighter, "s!";
  769. }
  770.  
  771. MISC10 = {
  772.     "I know where all the hiding places are.";
  773.     "So, are you hiding, camping, or just running away?";
  774.     "Face to face, like true warriors.";
  775. }
  776.  
  777. MISC11 = {
  778.     "There is no honor or glory in camping. Unless I'm doing it.";
  779.     "Mr. Elusive. Paging Mr. Elusive. Pick up the white courtesy phone.";
  780.     "I'm confused. Do I have a kick the idiot sign on my back?";
  781.     0, " + ", 5, "= disaster!";
  782. }
  783.  
  784. MISC12 = {
  785.     "Where are you hiding little rabbit?";
  786.     "You know you are just delaying the inevitable ", 0, ".";
  787.     "You can run, but thre is no place you can hide.";
  788. }
  789.  
  790. MISC13 = {
  791.     "Use it or lose it baby.";
  792.     "Hey any of you ", fighter, "s got a map for ", 4, "?";
  793.     "Holy Crud. Where did that come from?";
  794.     "You're a master of disguise ", 1, ". I mistook you for someone dangerous.";
  795. }
  796.  
  797. MISC14 = {
  798.     "Let's agree right now, ", 0, ". I'm the winner and you're not.";
  799.     "Let's agree right now, you ", fighter, "s. I'm the winner and you're not.";
  800.     "When you pull out the pin, Mr. Grenade is no longer your friend.";
  801.     "Anyone seen my other leg?";
  802. }
  803.  
  804. MISC15 = {
  805.     "I've got you ", fighter, "s surrounded.";
  806.     "Hot spit! I own this arena!";
  807.     "Oooooooo. Now I am so scared.";
  808. }
  809.  
  810. MISC16 = {
  811.     "Ahh, No one told me it was an ugly party!";
  812.     "I've got a prize for the first ~one who finds me!";
  813.     0, "Needs an ugly slap!";
  814. }
  815.  
  816. GUYTALK = {
  817.     "*[flex]* Chicks really go for the ripped muscles.";
  818.     "Oh yeah. That's the way I like it, Baby!";
  819.     "I'm just too ~sexy for my own good.";
  820. }
  821.  
  822. GUYTALK2 = {
  823.     "All you chicks keep begging for more";
  824.     "Did you see the BFG on that ~one?!";
  825.     "I'm not the guy you want to bring home to Mommy.";
  826. }
  827.  
  828. PRAISE = {
  829.     "Next time, things will not go so easy for you ", 0, ".";
  830.     "I think a retreat is in order on my part ...";
  831.     "Not half bad, ", 0, " Not half bad.";
  832. }
  833.  
  834. PRAISE1 = {
  835.     "A solid hit ", 0, "!";
  836.     "Definitely ~one for the record books, ", 0, "!";
  837.     "Nice. Really nice.";
  838. }
  839.  
  840. PRAISE2 = {
  841.     "Die with a smile ", 0, "!";
  842.     "You can't win 'em all, ", 0, " ... unless you're me.";
  843.     "You need eyes in the back of your head, ", 0, ".";
  844. }
  845.  
  846. PRAISE3 = {
  847.     "Some fine work there!";
  848.     "Cool. Show me how you did that ", 0, ".";
  849.     "Owww. Way to go ", 0, " That definitely hurt.";
  850. }
  851.  
  852. PRAISE4 = {
  853.     "You really die with class, ", 0, ".";
  854.     "You made me work hard for that ~one ", 0, "!";
  855.     "Almost, but not quite enough that time, ", 0, ".";
  856. }
  857.  
  858. PRAISE5 = {
  859.     "I'll knock back a cold ~one for ya ", 0, "!";
  860.     "That ~one could have gone either way!";
  861.     "Heh Heh, you remind me of my younger self, ", 0, ".";
  862. }
  863.  
  864. LEVEL_START0 = {
  865.     "Ahhhh! I OWN this arena.";
  866.     "Oh good. I always win here.";
  867.     "Uggh. Why is it always THIS arena?";
  868. }
  869.  
  870. LEVEL_START1 = {
  871.     "Raise the curtains and start the band! It's SHOWTIME!";
  872.     "Oh yeah! I smell victory already.";
  873.     "Gonna rock around the clock tonight!";
  874.     "It's party time!";
  875.     "Everybody out of the pool! I'm swimming with the sharks tonight.";
  876. }
  877.  
  878. LEVEL_START2 = {
  879.     "Come let us frag!";
  880.     "I am so ready for this.";
  881.     "Is everybody ready for some serious fragging?!";
  882.     "Time to settle some scores!!";
  883. }
  884.  
  885. LEVEL_START3 = {
  886.     "It's time for 'Bowling for Morons'";
  887.     "I'm like a kid in a candy store!";
  888.     "Guess its time to mow the grass.";
  889.     "Let the tears begin!";
  890. }
  891.  
  892. TAUNT = {
  893.     "Chew on this!";
  894.     "You can eat my socks.";
  895.     "pineapple salad for everyone.";
  896.     "Want some? Come and get it!";
  897. }
  898.  
  899. TAUNT1 = {
  900.     "You can eat my ... dust.";
  901.     "Hey, catch this.";
  902.     "Go cry to your mommy.";
  903. }
  904.  
  905. TAUNT2 = {
  906.     "Fear this!";
  907.     "Lemme at ya";
  908.     "Kissy. Kissy.";
  909. }
  910.  
  911. TAUNT3 = {
  912.     "Come and get some ", 0, ".";
  913.     "Hey dummy, the action's over here.";
  914.     "Say cheese!";
  915. }
  916.  
  917. TAUNT4 = {
  918.     "When I'm done with you, ", 0, " there won't be enough left to spread on a cracker.";
  919.     "You want praise ", 0, "?  Praise this!";
  920.     "Run fool! RUN!";
  921. }
  922.  
  923. TAUNT5 = {
  924.     "Burn baby, burn";
  925.     0, ", is that a mask or are you just naturally ugly?";
  926.     "What I have is skill. What you have, ", 0, ", is luck.";
  927. }
  928.  
  929. TAUNT6 = {
  930.     "I think you're the red-shirt here today, ", 0, ".";
  931.     "I'm the best and you are the rest.";
  932.     "Do your best, loser.";
  933. }
  934.  
  935. TAUNT7 = {
  936.     "I just punched a hole in your luck ", 0, ", and it's all run out.";
  937.     "You call this excitement? Not hardly.";
  938.     0, ", you are hardly even target practice today.";
  939. }
  940.  
  941. TAUNT8 = {
  942.     "C'mon ", fighter, ", show me what you got.";
  943.     "You can all go howl!";
  944.     "Whatever.";
  945. }
  946.  
  947. TAUNT9 = {
  948.     "**[Sniff Sniff]** smells like ", 0, " is runnin' scared again.";
  949.     "Oh stop whining, ", 0, ".";
  950.     "Hey Zippy I'm over here!";
  951. }
  952.  
  953. TAUNT_FEM = {
  954.     0, ", I feel your pain ... and I'm getting darn tired of it.";
  955.     "I am nobody's bee-yatch.";
  956.     "Men are such babies.";
  957. }
  958.         
  959. TAUNT_FEM1 = {
  960.     "Trick or Treat. Hmmmm. Nothing left but tricks.";
  961.     "Pigs.";
  962.     "I am feeling so nasty right now.";
  963. }
  964.         
  965. TAUNT_FEM2 = {
  966.     "I think someone needs to have the air let out of him.";
  967.     "The difference is that I look good doing this.";
  968.     "You ought to let your mommy dress you ", 0, ".";
  969.     0, ", you can kiss my ... ", weapon, ".";
  970. }
  971.         
  972. TAUNT_FEM3 = {
  973.     "The lips says 'no' ... but my ", weapon, " says 'Hell NO.'";
  974.     "I don't have to pad it to flaunt it.";
  975.     "Oh ... that WAS a rocket launcher in your pocket.";
  976. }
  977.         
  978. TAUNT_FEM4 = {
  979.     "Ooooooo. Designer combat boots ", 0, ". How trendy.";
  980.     "When was the last time you even saw a REAL woman?";
  981.     "You know what they say about a man with a small gun?";
  982. }
  983.         
  984. TAUNT_FEM5 = {
  985.     "Is that the best you've got to offer?";
  986.     "Size does matter ", 0, ". Who told you it didn't?";
  987.     0, " is REALLY starting to piss me off.";
  988. }
  989.         
  990. TAUNT_FEM6 = {
  991.     "Don't call me 'girl.' I am nobody's 'girl.'";
  992.     "A ", weapon, " is a grrrl's best friend!";
  993.     "Chicks rule. Loozerz drool.";
  994.     "Mmmmmmmm...baby!";
  995. }
  996.  
  997. TAUNT_FEM7 = {
  998.     "I don't date losers ... I frag them.";
  999.     "So ", 0, " show me what you think you got.";
  1000.     "What a cute outfit ", 0, ". Did you dress up just for me?";
  1001. }
  1002.  
  1003. TAUNT_FEM8 = {
  1004.     "It's time to stop letting Mommy dress you.";
  1005.     "If you stare less you may get a shot off.";
  1006.     "Hell Yes, I faked it.";
  1007. }
  1008.  
  1009. TELEFRAGGED0 = {
  1010.     "Slicker'n snot!";
  1011.     "Whack! Pay attention ", 0, ". That's how we do it downtown.";
  1012.     "Ewwww. Now I've got ", 0, "'s gick all over me.";
  1013. }
  1014.  
  1015. TELEFRAGGED1 = {
  1016.     "Awww. Did it that hurt poor little ", 0, "?";
  1017.     ":)";
  1018.     "Atomized!";
  1019. }
  1020.  
  1021. TELEFRAGGED2 = {
  1022.     "That's ~one way to become one with the universe.";
  1023.     "Gotta move faster than that.";
  1024.     "That is just so funny.";
  1025. }
  1026.  
  1027. TELEFRAGGED3 = {
  1028.     "Move it or lose it ... permanently.";
  1029.     "Now that's what I call a 'moving violation.'";
  1030.     "LOL";
  1031. }
  1032.  
  1033. TELEFRAGGED4 = {
  1034.     "WOWEEE!";
  1035.     "So much for trying to get an autograph.";
  1036.     "That was truly evil. Bwahahahahaha!";
  1037. }
  1038.  
  1039. TELEFRAGGED5 = {
  1040.     "Tag, you're it.";
  1041.     "Beam me up Scotty and we can try it again.";
  1042.     "Billions and billions of little tiny atoms everywhere.";
  1043. }
  1044.  
  1045. TELEFRAGGED6 = {
  1046.     "WooHoo!";
  1047.     "Oh yeah!! Too easy.";
  1048.     "Tis better to give than receive.";
  1049. }
  1050.  
  1051. TELEFRAGGED7 = {
  1052.     "Ugh. Someone get a mop.";
  1053.     "Looks like gelatin dessert tonight.";
  1054.     "Careful contents under pressure.";
  1055. }
  1056.  
  1057. DEATH_SUICIDE0 = {
  1058.      "Crap!";
  1059.     "Doh!";
  1060.     "Frack!";
  1061. }
  1062.  
  1063. DEATH_SUICIDE1 = {
  1064.      "I'm my own worst enemy.";
  1065.     "Grrrrrr.";
  1066.     "Just a minor setback.";
  1067. }
  1068.  
  1069. DEATH_SUICIDE2 = {
  1070.      "I hate it when that happens.";
  1071.     "Stop laughing ", 0, "!";
  1072.     "Hehe";
  1073. }
  1074.  
  1075. DEATH_SUICIDE3 = {
  1076.     "Arrrrg. I can't believe that happened.";
  1077.     "Care to join me down here ", 0, "?";
  1078.     "Alright, who pushed me?";
  1079. }
  1080.  
  1081. DEATH_SUICIDE4 = {
  1082.     "I can't believe I did that.";
  1083.     "I don't plan on repeating this.";
  1084.     "I did that to even the odds ... looked like ", 0, " needed the help.";
  1085. }
  1086.  
  1087. DEATH_SUICIDE5 = {
  1088.     "D'oh!";
  1089.     "Oops";
  1090.     "Heh";
  1091. }
  1092.  
  1093. DEATH_SUICIDE6 = {
  1094.     "I did that on purpose.";
  1095.     "There's never a personal teleporter when you need ~one.";
  1096. }
  1097.  
  1098. KILL_RAIL0 = {
  1099.     "Am I good or what?";
  1100.     "Just like shooting fish in a barrel.";
  1101.     "WoooHooo. Dodge that suckah.";
  1102. }
  1103.  
  1104. KILL_RAIL1 = {
  1105.     "Click. Bang! Splat!";
  1106.     "I looove this gun.";
  1107.     "Set 'em up and knock 'em down.";
  1108. }
  1109.  
  1110. KILL_RAIL2 = {
  1111.     "Thanks for being such a great target ", 0, ".";
  1112.     "Ewwww. That had to hurt.";
  1113.     "Man, I'd hate anyone doing that to me.";
  1114. }
  1115.  
  1116. DEATH_RAIL0 = {
  1117.     "Camping Punk!";    
  1118.     0, "!! You ... CAMPER!";
  1119.     "Wow. Where did that shot come from?";
  1120.     "Nice shot ", 0, "!";
  1121. }
  1122.  
  1123. DEATH_RAIL1 = {
  1124.     "Great! ", 0, " gets lucky once and I'm the target!";
  1125.     "Bet you can't do that again ", 0, ".";
  1126.     0, " is starting to piss me off.";
  1127. }
  1128.  
  1129. DEATH_RAIL2 = {
  1130.     "You have to run out of ammo sometime, camper.";
  1131.     "Camping's fun, ", 0, "But you're going to run out of ammo eventually.";
  1132.     "That's it ", 0, ". No more being nice to you.";
  1133.     "When I find ~one of those, you're in big trouble, ", 0, ".";
  1134. }
  1135.  
  1136. KILL_GAUNTLET0 = {
  1137.     "You are such an easy mark!";
  1138.     "That was fun. I think I'll do it again real soon.";
  1139.     "Uh-oh. My 'Loser-meter' detects ~Zero challenge here.";
  1140. }
  1141.  
  1142. KILL_GAUNTLET1 = {
  1143.     "WooHoo. Tag as an 'Extreme Sport'. Gotta love it.";
  1144.     "I float like a butterfly and sting like a bee.";
  1145.     "Reach out and touch ...";
  1146. }
  1147.  
  1148. KILL_GAUNTLET2 = {
  1149.     "Brutal, but effective.";
  1150.     "BIFF!! WHAM!! POW!!";
  1151.     "Definitely Crude, but it does the job.";
  1152. }
  1153.  
  1154. DEATH_GAUNTLET0 = {
  1155.     "Get that thing outta my face ", 0,"!";
  1156.     "Don't you ever touch me with that again ", 0,".";
  1157.     "This is starting to piss me off ", 0,"!";
  1158. }
  1159.  
  1160. DEATH_GAUNTLET1 = {
  1161.     "Yeah. Do that again ", 0, ". I just love being humiliated!";
  1162.     "That really makes me mad.";
  1163.     "I can't believe I let you do that to me ", 0, ".";
  1164. }
  1165.  
  1166. DEATH_GAUNTLET2 = {
  1167.     "I'm not going to let you do that again ", 0, "!";
  1168.     "Death by gauntlet. I feel so ... so unclean.";
  1169.     "Heh.";
  1170. }
  1171.  
  1172. DEATH_FALLING = {
  1173.     "D'oh!";
  1174.     "Alright, who pushed me?";
  1175.     "Look Jack, I'm flying!";
  1176. }
  1177.  
  1178. DEATH_TELEFRAGGED0 = {
  1179.     "Dag-nabbit!";
  1180.     "Dangit, ", 0, ", I told you to quit following me!";
  1181.     "What a cheap frag ", 0, ".";
  1182. }
  1183.  
  1184. DEATH_TELEFRAGGED1 = {
  1185.     "Do that a bunch more, ", 0, ", and you just might beat me.";
  1186.     "Lucky";
  1187.     "Heh.";
  1188. }
  1189.  
  1190. DEATH_TELEFRAGGED2 = {
  1191.     "I bet you're pretty darn proud of yourself right now, " , 0, ".";
  1192.     "**sigh**";
  1193.     "Nice move ", 0, ".";
  1194. }
  1195.  
  1196. DEATH_TELEFRAGGED3 = {
  1197.     "Oh heck.";
  1198.     "I hate that. I just hate that.";
  1199.     "Well, ", 0, ", I owe you ~one for that.";
  1200. }
  1201.  
  1202. LEVEL_END_VICTORY0 = {
  1203.     "The air smells like sweet victory right now.";
  1204.     "Yesssssss!!!";
  1205.     "Holey Moley!";
  1206. }
  1207.  
  1208. LEVEL_END_VICTORY1 = {
  1209.     "I rule this place!";
  1210.     "I rule ", 4, "!";
  1211.     "Game Over Man!!";
  1212.     "I'd like to thank all the little pieces of those who made this possible.";
  1213. }
  1214.  
  1215. LEVEL_END_VICTORY2 = {
  1216.     ":-D";
  1217.     "You ", fighter, "s can all go home now!";
  1218.     "It's survival of the fittest.";
  1219. }
  1220.  
  1221. LEVEL_END_VICTORY3 = {
  1222.     "Humility is for wimps. I AM the Champion!";
  1223.     "Wahoooo! I am on my way to the top!";
  1224.     "Outta my way you ", fighter, ". The train is comin' through.";
  1225. }
  1226.  
  1227. LEVEL_END_VICTORY4 = {
  1228.     "You gotta earn this spot the hard way, ", 3, ".";
  1229.     "My Momma would be so proud.";
  1230.     "I dedicate this victory to ... ME. Yeah baby.";
  1231. }
  1232.  
  1233. LEVEL_END_LOSE0 = {
  1234.     "Great match. Just don't expect to repeat it the next time, ", 2, ".";
  1235.     "Of course I lost, I was playing hurt!";
  1236.     "Don't get used to it, ", 2, "-- ~lightning doesn't strike twice.";
  1237. }
  1238.  
  1239. LEVEL_END_LOSE1 = {
  1240.     "Yeah, I let you win this time, ", 2, ".";
  1241.     "I let you win.";
  1242.     ":-(";
  1243. }
  1244.  
  1245. LEVEL_END_LOSE2 = {
  1246.     "I hate losing.";
  1247.     "I hate losing to a worthless ", fighter, " like ", 2, ".";
  1248.     "I'm not a poor loser. I seem to be pretty good at losing.";
  1249.     "Losing stinks.";
  1250. }
  1251.  
  1252. DEATH_TALKING = {
  1253.     "I can see that you're not much into the honor and fair play thing, ", 0, ".";
  1254.     "Talker Killer.";
  1255.     "You know, ", 0, ", that was a remarkably cheap shot.";
  1256. }
  1257.  
  1258.  
  1259. //===========================================================================
  1260. //        GROUP B RANDOM MESSAGES ,,, orignal random messages
  1261. //        The messages in this sub-grouping are intended as fill-in-the-blank
  1262. //        variables.  Care must be taken not to set up recursive call situations.
  1263. //===========================================================================
  1264. exclamation = {"!"; "!!"; "!"; "!!!"; "!!!!!!!"; "!!!";}
  1265. good = {"good"; "gooood"; "so good"; "sooo goood";}
  1266. looser = {"sucker"; "loser"; "sckr"; "loosr";}
  1267. nerd = {"pizza"; "nerdy"; "nerd";}
  1268. boyz = {"boyz"; "boyz & grllz"; "girlies";}
  1269. ramble = {ramble; one_liners;} //warning this is a repointer variable
  1270. response = {affirmative; negative; neutral; response_insult;} //warning this is a repointer variable
  1271.  
  1272. list_sort = { //points at other random key lists ... be wary of recursion
  1273.     weapon;
  1274.     response;
  1275.     food;
  1276.     liquid;
  1277.     family_member;
  1278.     fighter;
  1279.     item;
  1280.     namez;
  1281.     place;
  1282.     animal;
  1283.     substance;
  1284. }
  1285.  
  1286. language = {
  1287.     "English";
  1288.     "Chinese";
  1289.     "Dutch";
  1290.     "Urdu";
  1291.     "Cantonese";
  1292.     "French";
  1293.     "Spanish";
  1294.     "German";
  1295.     "Italian";
  1296.     "Russian";
  1297.     "Arabic";
  1298.     "Hebrew";
  1299.     "Korean";
  1300.     "Japanese";
  1301.     "Vietnamese";
  1302.     "Pushtu";
  1303.     "Afrikaans";
  1304.     "Amhara";
  1305.     "Swahili";
  1306.     "Greek";
  1307.     "Japanese";
  1308.     "Hungarian";
  1309.     "Polish";
  1310. }
  1311.  
  1312. weapon = {
  1313.     "gauntlet";
  1314.     "rocket launcher";
  1315.     "shotgun";
  1316.     "machine gun";
  1317.     "grenade launcher";
  1318.     "railgun";
  1319.     "plasmagun";
  1320.     "BFG";
  1321.     "BFG 10K";
  1322.     "lightning gun";
  1323. }
  1324.  
  1325. ponder = {
  1326.     "Interesting.";
  1327.     "Hmmmm.";
  1328.     "So What?";
  1329.     "Now that's something.";
  1330.     "Alright.";
  1331.     "So you say.";
  1332.     "Oh really?";
  1333.     "Are you crazy?";
  1334.     "That's crazy!";
  1335.     "*[YAWN}*";
  1336.     "That doesn't sound right.";
  1337.     "What?";
  1338.     "How charming.";
  1339.     "Bah!";
  1340.     "Don't give me that.";
  1341.     "Horse-puckey!";
  1342.     "Bull!";
  1343.     "Here we go again.";
  1344.     "Not again.";
  1345.     "Oh come off it.";
  1346.     "That's bull and you know it.";
  1347.     "That's ridiculous.";
  1348. }
  1349.  
  1350. response_insult = {
  1351.     "What is this, a radio talk show?";
  1352.     "Are you just gonna blabber me to death?";
  1353.     "Will you just shut up and fight?!";
  1354.     "Bite my ass"; //'cause Graeme said so
  1355.     "Discussion time is over!";
  1356.     "Take that conversation outside!";
  1357.     "**[unacceptably rude gesture]**";
  1358.     "You're confusing me for someone who wants to listen!";
  1359.     "You've confused me with someone who gives a rip!";
  1360.     "I can't hear you!";
  1361.     "What am I supposed to be, your private  ", random_counselor, "?";
  1362.     "Less chatting more shooting!";
  1363.     "Oh bite me!";
  1364.     "Bite me fan boy!";
  1365.     "Oh whatever! Can we just fight?";
  1366.     "Fight, or get the heck outta Dodge.";
  1367.     "This arena isn't big enough for me and your chat balloon.";
  1368.     negative, " We are not working this out by talking.";
  1369.     "This ain't no war of words we got here.";
  1370.     "This is an arena, not a confessional.";
  1371.     "You trying to talk me to death here?";
  1372.     "Keep talking, I'm reloading!";
  1373.     "That mouth of yours makes a great target!";
  1374.     "That chat balloon makes a great target!";
  1375.     "I ain't your ", random_counselor, " ", fighter, ".";
  1376.     "We're not here to work out your personal problems.";
  1377.     "You got personal problems, take 'em to your ", random_counselor, ".";
  1378.     "I'm not in a talking mood.";
  1379.     "Will you SHUT UP already?!";
  1380.     "Shoot me here already, OK?";
  1381.     "Enough with the talking!";
  1382.     "Whatsamatter, you not getting enough attention at home?";
  1383.     "Talk to the ", weapon, ", because the ear ain't listening.";
  1384.     "Keep talking, I need more ammo.";
  1385.     "The arena masters didn't set up a debate club here.";
  1386.     "This is an arena, not a chat room.";
  1387.     "You some kind of touchy-feely, granola-eating nut?";
  1388.     "Ugh. You gonna get all touchy-feely on me?";
  1389.     "You want therapy? Therapy this!";
  1390.     "You need help and I ain't the ~one to help you.";
  1391.     "We FIGHT here. We TALK somewhere else.";
  1392.     "Can't you see I'm busy here?";
  1393.     "Shouldn't you be doing something about all that pent-up aggression?";
  1394.     "Cut the chatter.";
  1395.     "Zip the lip, ", fighter, ".";
  1396.     "You wanna keep it down? I'm trying to frag here!";
  1397.     "Ohboy. Non-moving target!";
  1398.     "Somebody shut this ", fighter, " up!";
  1399.     "I don't wanna argue! I wanna fight!";
  1400.     "Somebody kill this ", fighter ," before we're all bored to death.";
  1401.     "Gahhh! You just yakked my ear off!";
  1402.     "Gahhh!";
  1403.     "Blah, blah, blah!";
  1404.     "Whatever.";
  1405.     "Am I supposed to be taking notes here?";
  1406.     "Just, Shut, UP.";
  1407.     "Will you just stop with all the whining?";
  1408.     "You're whining again.";
  1409.     affirmative, " Now just SHUT UP!";
  1410.     "Who do you think I am, Sigmund Freud?!";
  1411.     "Your MOM!!";
  1412. }
  1413.  
  1414. random_counselor = { //nice people who listen, counsel or give advice
  1415.     "guidance counselor";
  1416.     "astrologist";
  1417.     "psychic pal";
  1418.     "doctor";
  1419.     "girlfriend";
  1420.     "sex therapist";
  1421.     "shrink";
  1422.     "hair dresser";
  1423.     "psychiatrist";
  1424.     "pschologist";
  1425.     "~witch doctor";
  1426.     "radio talk show host";
  1427.     "mother";
  1428.     "grandmother";
  1429.     family_member;
  1430.     "mommy";
  1431.     "priest";
  1432.     "pastor";
  1433.     "rabbi";
  1434.     "mullah";
  1435.     "minister";
  1436.     "guru";
  1437.     "bartender";
  1438.     "imaginary friend";
  1439. }
  1440.  
  1441. family_member = {
  1442.     "sister";
  1443.     "brother";
  1444.     "mother";
  1445.     "father";
  1446.     "uncle";
  1447.     "aunt";
  1448.     "grandmother";
  1449.     "grandfather";
  1450.     "cousin";
  1451.     "second cousin";
  1452.     "brother-in-law";
  1453.     "sister-in-law";
  1454.     "weird uncle";
  1455.     "goofy aunt";
  1456.     "niece";
  1457.     "nephew";
  1458.     "kid";
  1459.     
  1460. }
  1461.  
  1462. friendname = {
  1463.     "amigo";
  1464.     "bud";
  1465.     "buddy";
  1466.     "chum";
  1467.     "chummer";
  1468.     "dude";
  1469.     "friend";
  1470.     "guy";
  1471.     "kid";
  1472.     "kid-O";
  1473.     "pal";
  1474.     "baby";
  1475.     "Tex";
  1476. }
  1477.  
  1478.  
  1479. different = {
  1480.     "bigger";
  1481.     "smarter";
  1482.     "better looking";
  1483.     "larger";
  1484.     "uglier";
  1485.     "smellier";
  1486.     "cleaner";
  1487.     "dirtier";
  1488.     "more beautiful";
  1489.     "smaller";
  1490.     "more disturbed";
  1491.     "crazier";
  1492.     "more sane";
  1493.     "less friendly";
  1494.     "more friendly";
  1495.     "fatter";
  1496.     "more powerful";
  1497.     "more manly";
  1498.     "more effeminate";
  1499.     "stupider";
  1500.     "more alien";
  1501.     "weirder";
  1502.     "more normal";
  1503.     "better educated";
  1504.     "longer winded";
  1505.     "more boring";
  1506.     "goofier";
  1507.     "more dangerous";
  1508.     "older";
  1509.     "younger";
  1510.     "better off";
  1511.     "worse off";
  1512. }
  1513.  
  1514. fighter = {
  1515.     "bottom feeder"; 
  1516.     "camper";
  1517.     "camping punk";
  1518.     "cheap frag"; 
  1519.     "chump";
  1520.     "coward";
  1521.     "dirtbag"; 
  1522.     "frag bait";
  1523.     "geek";
  1524.     "girlie";
  1525.     "goof-ball";
  1526.     "hair-ball";
  1527.     "~jerk"; 
  1528.     "lamer";
  1529.     "little kitten"; 
  1530.     "llama";
  1531.     "loser";
  1532.     "loozR";
  1533.     "lounge-lizard";
  1534.     "microbe";
  1535.     "monkey butt";
  1536.     "miserable excuse"; 
  1537.     "nerd";
  1538.     "newbie"; 
  1539.     "no-account";
  1540.     "pissant";
  1541.     "puke";
  1542.     "rodent"; 
  1543.     "scab";
  1544.     "scumbag"; 
  1545.     "scumbutt"; 
  1546.     "~scum-sucker"; 
  1547.     "slimeball"; 
  1548.     "slime surfer";
  1549.     "slug"; 
  1550.     "spud";
  1551.     "stiff";
  1552.     "stupid cow";
  1553.     "thug"; 
  1554.     "vidiot"; 
  1555.     "week-night warrior";
  1556.     "weak-sister"; 
  1557.     "wimp";
  1558.     "yellow-belly";
  1559.     "frag-weasel"; 
  1560.     "hairball";
  1561.     "lowlife";
  1562.     "frag farmer";
  1563.     "spawn camper";
  1564. }
  1565.  
  1566. rearrange = {"DARK CAR MANIAC"; "KICKBUTT"; "~SEVEN SWORDS"; "AWESOME"; "LLAMA"; "LOOZERS"; "ANARKI RULEZ"; "NO CONTEST"; "my mom's name";}
  1567.  
  1568. femalebot = {
  1569.  
  1570. "Sorlag";
  1571. "Major";
  1572. "Hunter";
  1573. "Lucy";
  1574. "Mynx";
  1575. "Angel";
  1576. "Slash";
  1577. "Daemia";}
  1578.  
  1579. androbot = {
  1580. "Xaero";
  1581. "Ranger";
  1582. "Keel";
  1583. "Razor";
  1584. "Visor";
  1585. "Patriot";
  1586. "Biker";
  1587. "Doom";
  1588. "Gorre";
  1589. "Anarki";
  1590. "Grunt";
  1591. "Bitterman";
  1592. "Hossman";
  1593. "Sarge";
  1594. "Stripe";
  1595. "Wrack";
  1596. "Phobos";
  1597. "Mr. Elusive";
  1598. "Cadavre";}
  1599.  
  1600. neuterbot = {
  1601. "Orbb";
  1602. "Tankjr";
  1603. "Klesk";
  1604. "Uriel";
  1605. }
  1606.  
  1607. botnames = {
  1608. "Xaero";
  1609. "Orbb";
  1610. "Slash";
  1611. "Sorlag";
  1612. "Major";
  1613. "Uriel";
  1614. "Ranger";
  1615. "Keel";
  1616. "Razor";
  1617. "Visor";
  1618. "Hunter";
  1619. "Tankjr";
  1620. "Patriot";
  1621. "Biker";
  1622. "Lucy";
  1623. "Klesk";
  1624. "Doom";
  1625. "Mynx";
  1626. "Gorre";
  1627. "Angel";
  1628. "Anarki";
  1629. "Grunt";
  1630. "Bitterman";
  1631. "Daemia";
  1632. "Hossman";
  1633. "Sarge";
  1634. "Stripe";
  1635. "Wrack";
  1636. "Phobos";
  1637. "Mr. Elusive";
  1638. "Cadavre";}
  1639.  
  1640. negative = { 
  1641. "No.";
  1642. "Nope.";
  1643. "No way.";
  1644. "No!";
  1645. "Heck no.";
  1646. "Nahhhhh!";
  1647. "Not on your life!";
  1648. "Of course not.";
  1649. "I don't think so.";
  1650. "Homey don't play that.";
  1651. "Sure ... NOT!.";
  1652. "No.";
  1653. "Negative.";
  1654. "I think not.";
  1655. "No way, Jose.";
  1656. "No.";
  1657. "I think maybe ... NO!";
  1658. "Forget that!";
  1659. "Belay that.";
  1660. "Forget that.";
  1661. "Negatory.";
  1662. "Not a chance.";
  1663. "Not in a million years!";
  1664. "Not now. Not ever.";
  1665. }
  1666.  
  1667. affirmative = { 
  1668. "Yes.";
  1669. "OK!";
  1670. "Right!";
  1671. "Certainly!";
  1672. "It is agreed.";
  1673. "Yep.";
  1674. "You bet.";
  1675. "Uh-huh.";
  1676. "Of course!";
  1677. "You betcha.";
  1678. "Darn tootin'.";
  1679. "Affirmative.";
  1680. "That's a big 10-4!";
  1681. "10-4 good buddy!";
  1682. "Correct.";
  1683. "Yeah.";
  1684. "That is right!";
  1685. "You got it!";
  1686. "Sure.";
  1687. "Yes.";
  1688. "Oui!";
  1689. "Precisely right.";
  1690. "That sounds right.";
  1691. "Exactly!";
  1692. "You know it!";
  1693. "Yeppers.";
  1694. "Absolutely.";
  1695. "You got that.";
  1696. "You know it.";
  1697. "Ain't it the truth.";
  1698. "Yeah, whatever.";
  1699. }
  1700.  
  1701. neutral = { 
  1702. "What are you talking about?";
  1703. "Beats me.";
  1704. "Geez.";
  1705. "Ick!";
  1706. "Wait a sec ... what?";
  1707. "I don't understand.";
  1708. "Dunno.";
  1709. "Not sure.";
  1710. "Let me think.";
  1711. "Hmm.";
  1712. ":-)";
  1713. ";-\\";
  1714. ":(";
  1715. "What do you mean?";
  1716. "Am I supposed to tell you?";
  1717. "How should I know?";
  1718. "I could tell you, but then I would have to kill you.";
  1719. "I will never tell!";
  1720. "I have no idea!";
  1721. "Don't ask me.";
  1722. "What is this, 20 questions?";
  1723. "No ~one said there would be a test.";
  1724. "I thought YOU knew!";
  1725. "I'm not gonna tell you!";
  1726. "I know nothing about that!";
  1727. "That information is top secret, sorry.";
  1728. "Can't say.";
  1729. "Search me!";
  1730. "What?!";
  1731. "Do what?";
  1732. "Huh?";
  1733. "I don't know that!";
  1734. "Sorry, dunno!";
  1735. "I am clueless here!";
  1736. "I'm too sleepy to think straight.";
  1737. "Answer hazy. Try back later.";
  1738. "I dunno, man.";
  1739. "That's for me to know and you to find out.";
  1740. "*[confused]*";
  1741. "I am not knowing.";
  1742. "I really don't know.";
  1743. "No idea.";
  1744. "Haven't the foggiest.";
  1745. "Can I get back to you later?";
  1746. "Errrrrrrr.";
  1747. "Don't know.";
  1748. "Whatever.";
  1749. "Definitely ... maybe.";
  1750. "I don't know ... what do you think?";
  1751. "Whatever does it for you.";
  1752. "Uhhh . . .";
  1753. }
  1754.  
  1755. confused_response = {
  1756.     "Confused?";
  1757.     "You are confused?"
  1758.     "Why are you confused?";
  1759.     "I'm not confused!";
  1760.     "Sorry confusion caused you.";
  1761.     "I understand perfectly.";
  1762.     "Maybe you have weasels in your brain.";
  1763.     "I understand, don't you?";
  1764.     "Do ... you ... speak ... English?!";
  1765.     "Are you confused?";
  1766.     "What don't you understand?";
  1767.     "I understand everything";
  1768.     "I think you understand perfectly well.";
  1769.     "Did I speak too fast for you?";
  1770.     "Are you a newbie or something?";
  1771.     "*[sigh}* ... Newbies.";
  1772.     neutral;
  1773.     response_insult;
  1774. }
  1775.  
  1776. ramble = { 
  1777. ":-(";
  1778. ":-)";
  1779. "I'm falling asleep here.";
  1780. "I;m getting sick.. ughh.";
  1781. "*[vomit]*";
  1782. "I'm bored.";
  1783. "I'm really tired.";
  1784. "I hate life.";
  1785. "I just ask for belonging.";
  1786. "What is everyone talking about?";
  1787. "Whoops.";
  1788. "Yawn";
  1789. "Zzzzzzzzzzzz";
  1790. "Oh.";
  1791. "No doubt!";
  1792. "I am being repressed by The Man!";
  1793. "I see.";
  1794. "I think I'm getting a cold.";
  1795. "Ahh.";
  1796. "Anyone else smell smoke?";
  1797. "Anyone here actually have any intelligence?";
  1798. "Explain further.";
  1799. "Fascinating.";
  1800. "Go on.";
  1801. "Great.";
  1802. "Excellent.";
  1803. "Hahaha";
  1804. "Hehehe";
  1805. "Shocking!";
  1806. "Grrr...";
  1807. "pfft!";
  1808. "*[sniff]*";
  1809. "*[snort]*";
  1810. "*[grin]*";
  1811. "Hmmm";
  1812. "Ummmm";
  1813. "Ho hum";
  1814. "La de dah.";
  1815. "Really.";
  1816. "School sucks.";
  1817. "So what shall we talk about?";
  1818. "That's nice.";
  1819. "Tsk tsk tsk.";
  1820. "*[sigh]*";
  1821. "Oh?";
  1822. "Aaaaaah.";}
  1823.  
  1824. item = { 
  1825. "2x3 flat-sawed board";
  1826. "8-track tape player";
  1827. "aluminum can";
  1828. "athletic supporter";
  1829. "bar code reader";
  1830. "belly button stud";
  1831. "bongo set";
  1832. "bucket of money";
  1833. "can opener";
  1834. "car battery";
  1835. "car";
  1836. "cat";
  1837. "ceiling fan";
  1838. "cell phone";
  1839. "chemistry kit";
  1840. "computer";
  1841. "console game";
  1842. "construction toy";
  1843. "curling iron";
  1844. "demonic soul";
  1845. "digital alarm clock";
  1846. "dog";
  1847. "DVD player";
  1848. "facial tissue";
  1849. "floppy drive";
  1850. "FM radio";
  1851. "German sports car";
  1852. "gold coin";
  1853. "goldfish";
  1854. "hard drive";
  1855. "joystick";
  1856. "kielbasa sausage";
  1857. "mouse ears";
  1858. "mouse pad";
  1859. "MP3 player";
  1860. "new car";
  1861. "Picasso painting";
  1862. "pop-up toaster";
  1863. "pressure gauge";
  1864. "riding lawn-mower";
  1865. "rock";
  1866. "rubber ball";
  1867. "rubber frog";
  1868. "snow shovel";
  1869. "soccer ball";
  1870. "soda pop bottle";
  1871. "sports bra";
  1872. "statue";
  1873. "sticky-note";
  1874. "table saw";
  1875. "telephone";
  1876. "television";
  1877. "toe fungus";
  1878. "toupee";
  1879. "tubes of epoxy glue";
  1880. "weed trimmer";
  1881. "wig";
  1882. "wooden chair";
  1883. }
  1884.  
  1885. place = { 
  1886.     "Lake Titicaca";
  1887. "42nd Street";
  1888. "a pasture";
  1889. "Alabama";
  1890. "Alaska";
  1891. "Amsterdam";
  1892. "Arizona";
  1893. "Arkansas";
  1894. "Atlantis";
  1895. "Australia";
  1896. "Barcelona";
  1897. "Belgium";
  1898. "Bergen";
  1899. "Berlin";
  1900. "Bermuda";
  1901. "Birmingham";
  1902. "Bonaire";
  1903. "Bonn";
  1904. "Brazil";
  1905. "Brisbane";
  1906. "Brussels";
  1907. "Calgary";
  1908. "California";
  1909. "Canada";
  1910. "Caracas";
  1911. "China";
  1912. "Colorado";
  1913. "Connecticut";
  1914. "Curacoa";
  1915. "Dallas";
  1916. "Deimos";
  1917. "Delaware";
  1918. "Denmark";
  1919. "Dusseldorf";
  1920. "Eldorado";
  1921. "Florida";
  1922. "France";
  1923. "Geneva";
  1924. "Georgia";
  1925. "Greece";
  1926. "Hawaii";
  1927. "Idaho";
  1928. "Illinois";
  1929. "Indiana";
  1930. "Indonesia";
  1931. "Iowa";
  1932. "Isle of Man"; 
  1933. "Istanbul";
  1934. "Jackson";
  1935. "Jakarta";
  1936. "Japan";
  1937. "Java";
  1938. "Kalamazoo";
  1939. "Kansas";
  1940. "Kansas";
  1941. "Katmandu"; 
  1942. "Kentucky";
  1943. "Lake Geneva";
  1944. "Lesotho";
  1945. "London";
  1946. "Louisiana";
  1947. "Lourdes";
  1948. "Maastricht";
  1949. "Madagascar"; 
  1950. "Madrid";
  1951. "Maine";
  1952. "Mars";
  1953. "Massachussetts";
  1954. "Mesquite";
  1955. "Michigan";
  1956. "Minnesota";
  1957. "Minnesota";
  1958. "Mississipi";
  1959. "Missouri";
  1960. "Montana";
  1961. "my parent's basement";
  1962. "Nebraska";
  1963. "Nevada";
  1964. "New England";
  1965. "New Hampshire";
  1966. "New Jersey";
  1967. "New Mexico";
  1968. "North Dakota";
  1969. "North Carolina";
  1970. "Nova Scotia";
  1971. "New York";
  1972. "Newcastle";
  1973. "Norway";
  1974. "Nottingham";
  1975. "Ohio";
  1976. "Oklahoma";
  1977. "Oregon";
  1978. "Oregon";
  1979. "Oregon";
  1980. "Oslo";
  1981. "outer space";
  1982. "Paris";
  1983. "Pennsylvania";
  1984. "~Phobos";
  1985. "prison";
  1986. "Rhode Island";
  1987. "Rotterdam";
  1988. "San Jose";
  1989. "Scotland";
  1990. "Seattle";
  1991. "South Carolina";
  1992. "South Dakota";
  1993. "Spain";
  1994. "St. Etienne";
  1995. "St. Paul";
  1996. "Sweden";
  1997. "Tennesee";
  1998. "Texas";
  1999. "the 3rd planet from the sun";
  2000. "the area behind the bleachers";
  2001. "the attic";
  2002. "the basement";
  2003. "the farthest star";
  2004. "the ghetto";
  2005. "the high plains";
  2006. "the Left coast";
  2007. "the Midwest";
  2008. "the moon";
  2009. "the Netherlands";
  2010. "the North Pole";
  2011. "the Pacific Northwest";
  2012. "the planet Uranus";
  2013. "the Rocky Mountains";
  2014. "the U.S.A.";
  2015. "the wetlands of Florida";
  2016. "Tierra Del Fuego";
  2017. "Toronto";
  2018. "Toulouse";
  2019. "Troy";
  2020. "United Kingdom";
  2021. "Utah";
  2022. "Vancouver";
  2023. "Venus";
  2024. "Vermont";
  2025. "Virginia";
  2026. "Washington";
  2027. "Washington D.C.";
  2028. "West Virginia";
  2029. "Willemstad";
  2030. "Wisconsin";
  2031. "Wyoming";
  2032. "Yellowstone Park";
  2033. "Zambezia";
  2034. "Zimbabwe";
  2035. }
  2036.  
  2037. class = {
  2038. "math";
  2039. "English language";
  2040. "geometry";
  2041. "gym";
  2042. "art";
  2043. "Spanish language";
  2044. "French language";
  2045. "German language";
  2046. "Latin language";
  2047. "Hebrew language";
  2048. "Mandarin language";
  2049. "Cantonese language";
  2050. "Japanese language";
  2051. "geography";
  2052. "science";
  2053. "geology";
  2054. "calculus";
  2055. "computer science";
  2056. "history";
  2057. "political science";
  2058. "physics";
  2059. "economics";
  2060. "chemistry";
  2061. "biology";
  2062. "anthropology";
  2063. "elementary education";
  2064. "nuclear engineering";
  2065. "electrical engineering";
  2066. "sociology";
  2067. "environmental engineering";
  2068. "management";
  2069. "accounting";
  2070. "marketing";}
  2071.  
  2072. liquid = { 
  2073. "cola";
  2074. "soda pop";
  2075. "mocha latte";
  2076. "coffee";
  2077. "brandy";
  2078. "orange juice";
  2079. "gin and tonic";
  2080. "milk";
  2081. "bottled water";
  2082. "mineral water";
  2083. "hydrochloric acid";
  2084. "lye";
  2085. "cherry cola";
  2086. "beer";
  2087. "bitter lemon";
  2088. "water";
  2089. "rum";
  2090. "rum and coke";
  2091. "wine";
  2092. "gasoline";
  2093. "rain water";
  2094. "iced tea";
  2095. "stout";
  2096. "pond water";
  2097. "cognac";
  2098. "vodka";
  2099. "pilsner";
  2100. "ale";
  2101. "ichor";
  2102. "celery soda pop";
  2103. "cocoanut milk";
  2104. "whiskey";
  2105. "scotch";
  2106. "bleach";
  2107. "turpentine";
  2108. "paint thinner";
  2109. "pool sanitizer";
  2110. "sulfuric acid";
  2111. "mercury";
  2112. "bicarbonate of soda";
  2113. "wine cooler";}
  2114.  
  2115. number = { 
  2116. "0";
  2117. "a billion";
  2118. "a trillion";
  2119. "a million";
  2120. "billions and billions";
  2121. "a gross";
  2122. "a dozen";
  2123. "a couple dozen";
  2124. "a baker's dozen";
  2125. "1";
  2126. "2";
  2127. "3";
  2128. "4";
  2129. "5";
  2130. "6";
  2131. "7";
  2132. "8";
  2133. "9";
  2134. "10";
  2135. "100";
  2136. "1,500";
  2137. "13";
  2138. "234";
  2139. "845";
  2140. "23";
  2141. "42";
  2142. "around 11";
  2143. "like 2 or 3";
  2144. "like 8 or 9";
  2145. "a buttload of";
  2146. "a bunch of";
  2147. "~fifty";
  2148. "~sixty";
  2149. "~seventy";
  2150. "~eighty";
  2151. "a hundred";
  2152. "a bazillion";
  2153. "a trillion";}
  2154.  
  2155. profession = { 
  2156. "accountant";
  2157. "actor";
  2158. "archeologist";
  2159. "artist";
  2160. "astronaut";
  2161. "bank robber";
  2162. "brick layer";
  2163. "cashier";
  2164. "cook";
  2165. "courier ";
  2166. "dancer";
  2167. "dish washer";
  2168. "doctor";
  2169. "drinker";
  2170. "engineer";
  2171. "electrician";
  2172. "fast food clerk";
  2173. "fast-food manager";
  2174. "female impersonator";
  2175. "game designer";
  2176. "grease monkey";
  2177. "hacker";
  2178. "judge";
  2179. "lawyer";
  2180. "~marine biologist";
  2181. "messenger";
  2182. "musician";
  2183. "phone-repairman";
  2184. "pizza deliverer";
  2185. "plumber";
  2186. "police officer";
  2187. "preacher";
  2188. "pre-school teacher";
  2189. "professor";
  2190. "radio announcer";
  2191. "programmer";
  2192. "psychopath";
  2193. "rocker";
  2194. "sacker";
  2195. "salesman";
  2196. "scientist";
  2197. "slacker";
  2198. "stocker";
  2199. "student";
  2200. "system administrator";
  2201. "thief";
  2202. "truck driver";
  2203. "writer";
  2204. "car salesman";
  2205. "hair dresser";
  2206. "mercenary soldier";
  2207. "sailor";
  2208. }
  2209.  
  2210. namez = { 
  2211. "N37w1z4rd";
  2212. "Sterling";
  2213. "Zorgo";
  2214. "the FBI";
  2215. "the CIA";
  2216. "the KGB";
  2217. "President McKinley";
  2218. "the ghost of Teddy Roosevelt";
  2219. "NIA";
  2220. "Ninja";
  2221. "the evil emperor";
  2222. "the evil empire";
  2223. "Scarface";
  2224. "some guy";
  2225. "Nostromo";
  2226. "Huckleberry";
  2227. "Baxter";
  2228. "Scorpio";
  2229. "the Cult of Quake";
  2230. "the Cult of Cthon";
  2231. "the Silver Dawn";
  2232. "the Illuminati";
  2233. "medieval recreationists";
  2234. "gamers";
  2235. "elite hackers";
  2236. "survival nuts";
  2237. "doomsday cultists";
  2238. "Y2K survivalist wackos";
  2239. "the Mexicans";
  2240. "the Aussies";
  2241. "the Dutch";
  2242. "the telephone company";
  2243. "the Cubans";
  2244. "the Canadians";
  2245. "the Iraqis";
  2246. "the Libyans";
  2247. "the Communist Chinese";
  2248. "the Argentinians";
  2249. "the Brazilians";
  2250. "the Strogg cyborgs";
  2251. "the Russians";
  2252. "the Texans";
  2253. "the Brits";
  2254. "the French";
  2255. "the liberal left";
  2256. "the left wing media";
  2257. "the conservative right";
  2258. "chitinids";
  2259. "Sorg reptiloids";
  2260. "a demigod";}
  2261.  
  2262. immaturity01 = {
  2263. "I suppose you're going to test all those other 'special' words too?";
  2264. "That's pretty much where I draw the line!";
  2265. "I just forwarded that message to your mom.";
  2266. "I just forwarded that message to the police.";
  2267. "I just forwarded that message to your ", random_counselor, ".";
  2268. "*[sigh]* Yeah, you and every other 14-year-old on the planet.";
  2269. "Still waiting for puberty to hit, eh, ", 7, "?";
  2270. "I was right about you.";
  2271. "PIG!!";
  2272. "You disgust me ", 7, "!";
  2273. "Oh grow up.";
  2274. "Do you have to talk about that?";
  2275. "Did I really need to know that?";
  2276. "Not that again!";
  2277. "Disgusting.";
  2278. "Immature little pervert.";
  2279. "You're sick, leave me alone.";
  2280. }
  2281.  
  2282. proposition01 = {
  2283.  
  2284. "Hmmmmm. Let's talk about that later.";
  2285. "Sure. But we should finish this first.";
  2286. botnames, " may go for that , but not me.";
  2287. "Tell me more.";
  2288. "You might want to take a moment and get ready.";
  2289. "Again?";
  2290. "Sure. Meet me in ", level_title, ". I'll be wearing the Battle Suit.";
  2291. }
  2292.  
  2293. male_one_liners = {
  2294. "He shoots! He scores! The crowd goes wild!";
  2295. "I'm the BFG king! Thank you, thank you very much.";
  2296. }
  2297. female_one_liners = {
  2298. "She shoots! She scores! The crowd goes wild!";
  2299. "Call me 'Cleopatra,' because I am the queen of denial!";
  2300. }
  2301. one_liners = { 
  2302. "Been there, done that, got the t-shirt.";
  2303. "Been there, done that, sent the post cards.";
  2304. "They got post cards for this place?";
  2305. "Ow. Not a good time to get a hang nail.";
  2306. "You got an early retirement coming up, ", 0, ".";
  2307. "We are definitely not going there.";
  2308. "Time to dance on the avalanche again.";
  2309. "Run, run, as fast as you can. Can't catch me, I'm the gingerbread man!";
  2310. "Time to reap the whirlwind.";
  2311. "I'm your ~one-way ticket to oblivion.";
  2312. "If you can't keep up with the big dogs, stay on the porch.";
  2313. "Brain, brain, blown away, respawn back another day.";
  2314. "The pain ... it's so ... motivating.";
  2315. "Welcome to Etermination Central.";
  2316. "Welcome to Frag School. Lessons are free today.";
  2317. "The freight train is a-coming through.";
  2318. "There will be NO survivors.";
  2319. "Chew on this!";
  2320. "Yippie-ki-yi-yay!";
  2321. "Ammo-gram!";
  2322. "Get ready to join the dinosaurs ", 0, ".";
  2323. "Well blow me down!";
  2324. "Shiver me timbers!";
  2325. "You're pretty fly for a meat pie.";
  2326. "I have not yet begun to fight.";
  2327. "Ink this on your tailbone!";
  2328. "Fear stalks you like heat!";
  2329. "Taste the fever wind!";
  2330. "Feel my shrieking rocket blast in your gibs!";
  2331. "Is this a bad time for you?";
  2332. "Winning's not everything -- it's just my middle name.";
  2333. "Too bad about your ribcage.";
  2334. "You better see a doctor about that.";
  2335. "Is that weapon licensed?";
  2336. "Watch your back -- I am.";
  2337. "Hey, was that your chest or yesterday's spaghetti I stepped in?";
  2338. "It's Killer time!";
  2339. "Spot & splatter.";
  2340. "Did you see that? I didn't think so.";
  2341. "Have a double-ought forget-me-not.";
  2342. "It's dangerous sneaking up behind a cyborg.";
  2343. "Didn't your mother teach you never to run with a ~rail gun?";
  2344. "I thought I told you to shut up.";
  2345. "I'm sure I told you to shut up.";
  2346. "Hey, little kitty-cat, I have a treat for you.";
  2347. "Guaranteed to remove unwanted brain tissue.";
  2348. "I found this rocket -- it has your name on it.";
  2349. "You ain't near fast enough, Tex.";
  2350. "Try pulling that little triggery thing.";
  2351. "Juggle grenades -- it's a blast!";
  2352. "Neither snow, nor sleet, nor rain of gibs will prevent delivery of the ~rail.";
  2353. "Paper, scissors, ROCKET!";
  2354. "I'm bad to your ~bones.";
  2355. "Your mom should have warned you about me.";
  2356. "I don't like to speak ill of the dead, but you suck.";
  2357. "Pain clears the mind.";
  2358. "I can take away your pain.";
  2359. "You're runnin' with the big dogs now.";
  2360. "You shouldn't oughtta have made me mad.";
  2361. "It's not too late to apologize.";
  2362. "We accept all leading surrender cards.";
  2363. "Welcome to Generation Ex.";
  2364. "Annrkee Roolz!";
  2365. "Loose lips need to be sewed shut.";
  2366. "You got real purty eyes.";
  2367. "Why do you run away? Won't you be my friend?";
  2368. "Put down the gun and we'll talk.";
  2369. "I swear, you got no sense O' humor.";
  2370. "Ping! Found you!";
  2371. "What's the sound of one hand slapping?";
  2372. "I don't know which came first, you or the egg.";
  2373. "I can't carry all this ammo. You want some?";
  2374. "I got blisters on my trigger finger!";}
  2375.  
  2376. adj = { 
  2377. "old";
  2378. "new";
  2379. "greasy";
  2380. "slimy";
  2381. "sticky";
  2382. "humongous";
  2383. "big";
  2384. "small";
  2385. "little";
  2386. "soft";
  2387. "hard";
  2388. "strange";
  2389. "fluffy";
  2390. "eerie";
  2391. "weird";
  2392. "teeny-tiny";
  2393. "tiny";
  2394. "smelly";
  2395. "high-tech";
  2396. "fat";
  2397. "putrid";
  2398. "skinny";
  2399. "dark";
  2400. "light";
  2401. "heavy";}
  2402.  
  2403. color = { 
  2404. "blue";
  2405. "red";
  2406. "white";
  2407. "pink";
  2408. "green";
  2409. "yellow";
  2410. "clear";
  2411. "tangerine";
  2412. "black";
  2413. "purple";
  2414. "pink";
  2415. "brown";
  2416. "tan";
  2417. "gray";
  2418. "olive";
  2419. "orange";
  2420. "violet";
  2421. "gold";
  2422. "silver";
  2423. "bronze";
  2424. "scarlet";
  2425. "crimson";
  2426. "rusty";
  2427. "crystal clear";
  2428. "emerald green";
  2429. "bloody red";
  2430. "chartreuse";
  2431. "fuschia";
  2432.  
  2433. }
  2434.  
  2435. whenf = { 
  2436. "never";
  2437. "when?";
  2438. "next week";
  2439. "next month";
  2440. "a long time from now";
  2441. "2 million A.D.";
  2442. "not now";
  2443. "tommorrow";
  2444. "tonight";
  2445. "in ~one year";
  2446. "in ", number, " years";
  2447. "in the next millenium";
  2448. "next year";
  2449. "in 2010";
  2450. "in the year 2025";
  2451. "in 2001";
  2452. "when the cows come home";
  2453. "in an aeon or ~two";
  2454. "who knows when";}
  2455.  
  2456. whenp = { 
  2457. "1 million BC";
  2458. "a very long time ago";
  2459. "just this morning";
  2460. "yesterday";
  2461. "last week";
  2462. "last month";
  2463. number, " years ago";
  2464. number, " weeks ago";
  2465. "last week";
  2466. "1999";
  2467. "1776";
  2468. "1492";
  2469. "1066";
  2470. "1984";
  2471. "before breakfast";}
  2472.  
  2473. time = { 
  2474. "0:00";
  2475. "1:00";
  2476. "2:00";
  2477. "3:00";
  2478. "4:00";
  2479. "5:00";
  2480. "6:00";
  2481. "7:00";
  2482. "8:00";
  2483. "9:00";
  2484. "10:00";
  2485. "11:00";
  2486. "12:00";
  2487. "1:30";
  2488. "2:30";
  2489. "3:30";
  2490. "4:30";
  2491. "5:30";
  2492. "6:30";
  2493. "7:30";
  2494. "8:30";
  2495. "9:30";
  2496. "10:30";
  2497. "11:30";
  2498. "12:30";}
  2499.  
  2500. food = { 
  2501. "anchovies";
  2502. "asparagus puree";
  2503. "baked potato";
  2504. "bananas";
  2505. "barbeque";
  2506. "beans and wieners";
  2507. "beef ~jerky";
  2508. "beef";
  2509. "black jellybeans";
  2510. "buffalo chicken wings";
  2511. "cabbage";
  2512. "canned meat";
  2513. "cheese puffs";
  2514. "cheese spread";
  2515. "cheese";
  2516. "chicken";
  2517. "Chinese take-out";
  2518. "chips and salsa";
  2519. "cottage cheese";
  2520. "dehydrated Brussel sprouts";
  2521. "eggplant";
  2522. "french fries";
  2523. "fried chicken";
  2524. "fried pork rinds";
  2525. "fugu";
  2526. "greasy fast food";
  2527. "ham";
  2528. "hamburger";
  2529. "head cheese";
  2530. "kung pao chicken";
  2531. "liver";
  2532. "liver and onions";
  2533. "mammoth meat";
  2534. "meatloaf";
  2535. "nachos";
  2536. "oatmeal";
  2537. "olive loaf";
  2538. "onion rings";
  2539. "pate fois gras";
  2540. "pickled pig's feet";
  2541. "pizza";
  2542. "popcorn";
  2543. "porkchops and applesauce";
  2544. "quesadillas";
  2545. "rutabaga paste";
  2546. "salami";
  2547. "sardines";
  2548. "sashimi";
  2549. "shrimp";
  2550. "shrimp cocktail";
  2551. "sliced white bread";
  2552. "soup";
  2553. "spaghetti";
  2554. "steak";
  2555. "sushi";
  2556. "sweet and sour";
  2557. "taffy";
  2558. "teriyaki";
  2559. "Texas toast";
  2560. "tuna fish";
  2561. "turkey";
  2562. "vegetarian meat loaf";
  2563. "goat meat";
  2564. }
  2565.  
  2566. animal = { 
  2567. "monkey";
  2568. "tiger";
  2569. "horse";
  2570. "hippo";
  2571. "sheep";
  2572. "lion";
  2573. "cow";
  2574. "wombat";
  2575. "kangaroo";
  2576. "zebra";
  2577. "giant eel";
  2578. "raccoon";
  2579. "duck";
  2580. "dog";
  2581. "cat";
  2582. "shark";
  2583. "spotted owl";
  2584. "mouse";
  2585. "rat";
  2586. "moose";
  2587. "armadillo";
  2588. "aardvark";
  2589. "wombat";
  2590. "goose";
  2591. "gorilla";
  2592. "squirrel";
  2593. "chipmunk";
  2594. "platypus";
  2595. "blue-footed booby";
  2596. "caribou";
  2597. "head louse";
  2598. "mosquito";}
  2599.  
  2600. weather = { 
  2601. "hot";
  2602. "Afica-hot";
  2603. "showering meteors";
  2604. "raining acid"; 
  2605. "threatening tornadoes";
  2606. "frigid";
  2607. "snot-freezing cold";
  2608. "melt-your-brains hot";
  2609. "bitter cold";
  2610. "Equatorial";
  2611. "cold";
  2612. "windy";
  2613. "so-so";
  2614. "hot as Hades";
  2615. "cold as Hades";
  2616. "sunny";
  2617. "cloudy";
  2618. "rainy";
  2619. "pretty cool";
  2620. "a bit warm";
  2621. "overcast";
  2622. "storming";
  2623. "raining";
  2624. "flooding";
  2625. "snowing";
  2626. "hailing";
  2627. "sleeting";}
  2628.  
  2629. month = { 
  2630. "January";
  2631. "February";
  2632. "March";
  2633. "April";
  2634. "May";
  2635. "June";
  2636. "July";
  2637. "August";
  2638. "September";
  2639. "October";
  2640. "November";
  2641. "December";}
  2642.  
  2643. substance = { // weird or unusual substance
  2644. "catnip";
  2645. "breath mints";
  2646. "stamp glue";
  2647. "cottage cheese";
  2648. "fruit juice";
  2649. "ice cubes"
  2650. "doggie biscuits"
  2651. "durian candy";}
  2652.  
  2653. level_title = { // the titles of the game maps
  2654.  
  2655. "Training Realm";
  2656. "Arena Gate";
  2657. "House of Pain";
  2658. "Arena of Death";
  2659. "Powerstation 0218";
  2660. "Place of Many Deaths";
  2661. "The Forgotten Place";
  2662. "The Campgrounds";
  2663. "The Proving Grounds";
  2664. "Temple of Retribution";
  2665. "Brimstone Abbey";
  2666. "Hero's Keep";
  2667. "Hell's Gate";
  2668. "The Nameless Place";
  2669. "Deva Station";
  2670. "The Dredwerkz";
  2671. "Vertical Vengeance";
  2672. "Lost World";
  2673. "Grim Dungeons";
  2674. "Demon Keep";
  2675. "Fatal Instinct";
  2676. "The Bouncy Map";
  2677. "The Longest Yard";
  2678. "Space Chamber";
  2679. "Apocalypse Void";
  2680. "Final Encounter";
  2681. "Dueling Keeps";
  2682. "Brimstone Abbey";
  2683. "The Stronghold";
  2684. "Assassins' Roost";
  2685. "Space CTF";
  2686. }
  2687.  
  2688. liquidmeasures = {  // Uriel's dramatic measurements of liquid
  2689. "gallons";
  2690. "litres";
  2691. "swirling rivers";
  2692. "bottomless oceans";
  2693. "cascading fountains";
  2694. "churning seas";
  2695. "steaming lakes";
  2696. "endless streams";
  2697. "raging tides";}
  2698.  
  2699. operation1 = { // Ranger's Mission Statements, part one
  2700. "Ambivalent";
  2701. "Benignant";
  2702. "Blasphemous";
  2703. "Convenient";
  2704. "Conventional";
  2705. "Convincing";
  2706. "Corpulent";
  2707. "Desert";
  2708. "Desperate";
  2709. "Deviant";
  2710. "Disturbing";
  2711. "Dormant";
  2712. "Extreme";
  2713. "Flagrant";
  2714. "Flatulent";
  2715. "Frequent";
  2716. "Heroic";
  2717. "Hideous";
  2718. "Malignant";
  2719. "Mighty";
  2720. "Migrant";
  2721. "Missing";
  2722. "Northern";
  2723. "Pristine";
  2724. "Rolling";
  2725. "Secret";
  2726. "Significant";
  2727. "Somnambulant";
  2728. "Southern";
  2729. "Statutory";
  2730. "Succulent";
  2731. "Torpid";
  2732. "Troubled";
  2733. "Truculent";
  2734. "Vagrant";
  2735. "Vapid";
  2736. "Vibrant";
  2737. }
  2738.  
  2739. operation2 = {// Ranger's Mission Statements, part two
  2740. "Argument";
  2741. "Bosom";
  2742. "Breakfast";
  2743. "Breeze";
  2744. "Buffalo";
  2745. "Childhood";
  2746. "Colors";
  2747. "Crime";
  2748. "Dinner";
  2749. "Eagle";
  2750. "Excuse";
  2751. "Experiment";
  2752. "Falcon";
  2753. "Flyer";
  2754. "Fruit";
  2755. "Growth";
  2756. "Haiku";
  2757. "Hawk";
  2758. "Heat";
  2759. "Humor";
  2760. "Intern";
  2761. "Luggage";
  2762. "Lunch";
  2763. "Manhood";
  2764. "Measures";
  2765. "Mistake";
  2766. "Morsel";
  2767. "Other";
  2768. "Stock";
  2769. "Storm";
  2770. "Tiger";
  2771. "Tumor";
  2772. "Violation";
  2773. "Visage";
  2774. "Waters";
  2775. "Wave";
  2776. "Wind";
  2777. "Winter";
  2778. "Womanhood";
  2779. }
  2780.  
  2781. curse = {
  2782.     "Curse you, ";
  2783.     "A pox on you, ";
  2784.     "Blast you, ";
  2785. }
  2786.  
  2787. // The following are for use in game modes that use a the team chat function
  2788.  
  2789. teamchat_01 = { //randoms for teamchat replies
  2790.     "Go on without me.";
  2791.     " ";
  2792.     " ";
  2793.     "I won't follow you anymore.";
  2794.     "Watch your back.";
  2795.     "Be alert.";
  2796.     "You go on ahead.";
  2797.     "Carry on without me.";
  2798.     "You go on.";
  2799.     "Go on without me.";
  2800. }
  2801.  
  2802. teamchat_02 = {
  2803.     "I'm going my own way now.";
  2804.     " ";
  2805.     " ";
  2806.     "]:-(";
  2807.     "I give up already.";
  2808.     "Ask someone else.";
  2809.     "I'm gonna do something else.";
  2810.     "I'm going to do something else.";
  2811.     "I'm off duty.";
  2812.     "I'm off.";
  2813.     "I quit.";
  2814. }
  2815.  
  2816. teamchat_03 = {
  2817.     "No ~one gets past this camper.";
  2818.     "The enemy is toast!";
  2819.     "The enemy doesn't stand a chance against me.";
  2820.     "Let's hammer these losers!";
  2821.     "Let's hammer these ", fighter, "s!";
  2822. }
  2823.  
  2824. teamchat_04 = {
  2825.     "No need to panic,";
  2826.     "Don't get excited,";
  2827.     "Don't get your panties in a bunch,";
  2828.     "Calm down, ";
  2829.     "Whoaaa there pardner,";
  2830.     "Chill,";
  2831.     "Back off,";
  2832.     "Take it easy,";
  2833.     "Lighten up,";
  2834. }
  2835.  
  2836. //General hints and tips for better playing
  2837. playtips = {
  2838. "In the language of the arena, a 'frag' means a 'kill'.";
  2839. "Running is faster, but walking is quieter.";
  2840. "Use sound cues to tell you where your enemies can be found.";
  2841. "When using weapons that do not hit instantly, aim your weapon where you estimate the opponent will be.";
  2842. "The Personal Teleporter can save you from a falling death.";
  2843. "Some weapons do a 'splash' radius damage. An effective tactic is to fire at walls or floors near your foe.";
  2844. "Use the ~railgun against foes bouncing in the air.";
  2845. "Learn to use all weapons equally well. Don't rely on favorites.";
  2846. "Use a combination of weapons to make frags happen faster.";
  2847. "At close range, the shotgun delivers an extremely powerful attack.";
  2848. "Never turn your back on the enemy. Run backwards and shoot.";
  2849. "When you are hurt, health and armor are often more important than getting the frag.";
  2850. "Mentally keep track of power-up re-spawn times.";
  2851. "Learn the arenas & make them your home! Knowledge is power.";
  2852. "Jumping frequently can help avoid enemy shots.";
  2853. "Change directions frequently when moving.";
  2854. "Develop paths that let you harvest or control items."; 
  2855. "Don't be predictable.";
  2856. "Don't use splash weapons, like the rocket launcher, in close quarters.";
  2857. "Fire grenades into rooms containing multiple enemies.";
  2858. "Hunt down your enemies rather than letting them hunt you.";
  2859. "Keep Hunter away from the ~lightning gun.";
  2860. "The ~railgun and a high sniper position are a deadly combination.";
  2861. "Jumping while running is faster.";
  2862. "If you can spare the ammo, fire rockets or grenades through door openings for chance frags.";
  2863. "Practice 'air control', moving while jumping on bounce or acceleration pads to control where you will land.";
  2864. "Learn your enemy's behavior.";
  2865. "Estimate where an enemy will be and prepare for the shot.";
  2866. "'Camping' means positioning yourself so your field of fire covers an important arena location.";
  2867. "Firing shots at weapon or power up re-spawn points can catch a lucky frag.";
  2868. "Combine the Haste power up and the plasma gun for a deadly effect.";
  2869. "Mynx's favorite weapon is the shotgun.";
  2870. "NEVER, never, never let Klesk or Xaero get the ~railgun!";
  2871. "The Battle Suit is a great rocket jumping aid.";
  2872. "Never kick your bosses' butt in a death match.";
  2873. "Fear the click. Change weapons BEFORE you run out of ammo.";
  2874. "Always hit your enemy and never let them hit you.";
  2875. "The red 'Fog of Death' is bad for your health.";
  2876. "BFG ammo is a rare and wonderful gift. Use it wisely.";
  2877. "Learn your foes' strengths. Keep them from their best weapons.";
  2878. "Health and armor are important. Keep them well stocked up.";
  2879. "Try talking to your opponents. They may surprise you.";
  2880. "Practice combinations of maneuvers like jumping and shooting.";
  2881. "To rocket jump, point your rocket launcher floorward, fire and jump simultaneously.";
  2882. "Rocket jumping without wearing armor is likely to be fatal.";
  2883. "The BFG can be used for rocket jumping, but why waste it?";
  2884. "Master the skill of 'strafing': moving from side to side without turning.";
  2885. "Most weapons require more than ~one hit to frag an opponent.";
  2886. "The ~railgun is an excellent sniper weapon.";
  2887. "The ~railgun is a poor choice for close-in fighting.";
  2888. "The ~railgun takes a few seconds to recharge before it can fire again.";
  2889. "If you fall too far, you take damage.";
  2890. "Most falls to solid surfaces in the arenas will not kill an uninjured warrior.";
  2891. "The Arenas Eternal are not a safe place.";
  2892. "Don't stay where you spawn in.";
  2893. "Generally speaking ... Frag everything that isn't you.";
  2894. "In 'free for all fights', the match begins when you enter the arena.";
  2895. "Don't wait to start collecting weapons and armor. Your opponents won't.";
  2896. "Power ups like the ~quad spawn into the arena later on.";
  2897. "Red hot and deadly, that's what lava is.";
  2898. "Try hopping out of lava. You take less damage that way.";
  2899. "The Battle Suit will protect you completely from lava.";
  2900. "The Battle Suit offers little protection against direct hits.";
  2901. "Green and dangerous, that's what slime is.";
  2902. "Generally speaking, slime is not as deadly as lava.";
  2903. "The Battle Suit will protect you completely from slime.";
  2904. "The BFG is a powerful weapon and appears in the game only rarely.";
  2905. "Be careful of the BFG's damage splash in close quarters.";
  2906. "The modern BFG requires more skill to use than its predecessor.";
  2907. "You lose points when you are fragged by hazards in the arena itself.";
  2908. "Death by falling costs you a frag point.";
  2909. "Dying in a pit of red fog costs you a frag point.";
  2910. "Falling into the void of space costs you a frag point.";
  2911. "Weapon traps that kill you cost you a frag point.";
  2912. "Use the 'say_team' command to control computer gladitors on your side in a team game.";
  2913. "Use an opponent's injury sounds to assess how badly damaged he or she may be.";
  2914. "Pressing the attack against a badly injured opponent is often worth the risk.";
  2915. }
  2916.  
  2917.  
  2918.  
  2919.